home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Modelowanie 3D / Wings 3D 0.98.35 / wings-0.98.35.exe / lib / wpc_weld_en.lang < prev    next >
Text File  |  2006-07-19  |  687b  |  28 lines

  1. %% -*- mode:erlang; erlang-indent-level: 2 -*-
  2. {wpc_weld,
  3.  [
  4.   {draw_menu,
  5.    [
  6.     {1,"Weld"},
  7.     {2,"Weld selected vertex to another (sharing common edge)"}
  8.    ]},
  9.   {weld,
  10.    [
  11.     {1,"You cannot weld at mirror plane"},
  12.     {2,"Object must have at least 4 vertices"},
  13.     {3,"You can weld only one vertex"}
  14.    ]},
  15.   {weld_check_selection,
  16.    [
  17.     {1,"You cannot weld vertex to itself"},
  18.     {2,"Vertices you want weld must share edge"},
  19.     {3,"You can weld to only one point"},
  20.     {4,"Nothing selected"},
  21.     {5,"You can weld only in same object"}
  22.    ]},
  23.   {weld_select,
  24.    [
  25.     {1,"Select target vertex for weld operation (both verticies must share a common edge) "}
  26.    ]}
  27.  ]}.
  28.